Searched refs:environment (Results 1 - 25 of 449) sorted by relevance

1234567891011>>

/macosx-10.10/bash-94.1.2/bash-3.2/examples/startup-files/apple/
H A Denvironment2 # Bourne Again Shell environment file
3 # Global environment setup
19 # Load user environment
22 if [ -f ${bash_initdir}/environment.mine ]; then
23 source ${bash_initdir}/environment.mine
H A Drc45 if [ -f ${default_bash_initdir}/environment ]; then
46 #echo "Initializing environment..."
47 source ${default_bash_initdir}/environment
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DMessageHandler.java27 @param environment
28 The enclosing database environment handle.
33 void message(Environment environment, String message); argument
H A DPanicHandler.java12 environment panics.
16 A function to be called if the database environment panics.
27 @param environment
28 The enclosing database environment handle.
34 void panic(Environment environment, DatabaseException e); argument
H A DErrorHandler.java30 @param environment
31 The enclosing database environment handle.
41 void error(Environment environment, String errpfx, String msg); argument
H A DLogRecordHandler.java16 @param environment
17 The enclosing database environment.
28 int handleLogRecord(Environment environment, argument
H A DFeedbackHandler.java15 A function called with progress information when the database environment is being recovered.
19 @param environment
20 A reference to the enclosing database environment.
25 void recoveryFeedback(Environment environment, int percent); argument
H A DReplicationTransport.java25 @param environment
26 The enclosing database environment handle.
42 environment to which the message should be sent.
45 broadcast to every environment in the replication group. The
72 int send(Environment environment, DatabaseEntry control, DatabaseEntry rec, argument
78 A message that should be broadcast to every environment in the
87 An invalid environment ID, and may be used to initialize environment ID
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/tests/UnitTestUtils/
H A DEWK2UnitTestMain.cpp26 EWK2UnitTestEnvironment* environment = 0;
34 environment = new EWK2UnitTestEnvironment();
35 testing::AddGlobalTestEnvironment(environment);
/macosx-10.10/groff-38/groff/src/include/
H A Dprinter.h41 struct environment { struct
66 void set_ascii_char(unsigned char c, const environment *env,
68 void set_special_char(const char *nm, const environment *env,
70 virtual void set_numbered_char(int n, const environment *env,
72 int set_char_and_width(const char *nm, const environment *env,
75 virtual void draw(int code, int *p, int np, const environment *env);
77 virtual void change_color(const environment * const env);
79 virtual void change_fill_color(const environment * const env);
84 virtual void special(char *arg, const environment *env,
86 virtual void devtag(char *arg, const environment *en
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Ddos-vars.el32 :group 'environment)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/tests/
H A Dtest_ewk2_page_group.cpp32 extern EWK2UnitTestEnvironment* environment;
78 ewk_view_theme_set(webView(), environment->defaultTheme());
79 evas_object_resize(webView(), environment->defaultWidth(), environment->defaultHeight());
112 ewk_view_theme_set(webView(), environment->defaultTheme());
113 evas_object_resize(webView(), environment->defaultWidth(), environment->defaultHeight());
H A Dtest_ewk2_context_history_callbacks.cpp33 extern EWK2UnitTestEnvironment* environment;
76 ASSERT_STREQ(environment->defaultTestPageUrl(), ewk_navigation_data_url_get(navigationData));
80 ASSERT_STREQ(environment->defaultTestPageUrl(), ewk_url_request_url_get(request));
91 ASSERT_STREQ(environment->urlForResource("redirect_url_to_default.html").data(), sourceUrl);
92 ASSERT_STREQ(environment->defaultTestPageUrl(), destinationUrl);
114 ASSERT_STREQ(environment->defaultTestPageUrl(), url);
159 ASSERT_TRUE(loadUrlSync(environment->defaultTestPageUrl()));
167 ewk_view_url_set(webView(), environment->urlForResource("redirect_url_to_default.html").data());
H A Dtest_ewk2_back_forward_list.cpp35 extern EWK2UnitTestEnvironment* environment;
89 const char* url = environment->defaultTestPageUrl();
103 WKEinaSharedString url1 = environment->urlForResource("/Page1.html").data();
108 ewk_view_url_set(webView(), environment->urlForResource("/Page2.html").data());
124 ewk_view_url_set(webView(), environment->urlForResource("/Page1.html").data());
128 WKEinaSharedString url2 = environment->urlForResource("/Page2.html").data();
149 WKEinaSharedString url1 = environment->urlForResource("/Page1.html").data();
154 ewk_view_url_set(webView(), environment->urlForResource("/Page2.html").data());
173 ewk_view_url_set(webView(), environment->urlForResource("/Page1.html").data());
177 ewk_view_url_set(webView(), environment
[all...]
H A Dtest_ewk2_file_chooser_request.cpp33 extern EWK2UnitTestEnvironment* environment;
75 ASSERT_TRUE(loadUrlSync(environment->urlForResource("file_chooser.html").data()));
113 ASSERT_TRUE(loadUrlSync(environment->urlForResource("file_chooser.html").data()));
138 ASSERT_TRUE(loadUrlSync(environment->urlForResource("file_chooser.html").data()));
/macosx-10.10/gpatch-3/patch/pc/djgpp/
H A Dconfigure.bat5 Rem The DOS shell has fixed-size environment storage.
6 Rem When the environment is full, the shell prints
7 Rem "Out of environment space" and truncates the string at will.
9 Rem test whether the environment variable got the correct value.
24 echo Your environment size is too small. Please enlarge it and run me again.
/macosx-10.10/llvmCore-3425.0.34/utils/lit/lit/
H A DTestingConfig.py12 # Set the environment based on the command line arguments.
13 environment = {
23 environment.update({
35 environment = environment,
72 environment, substitutions, unsupported, on_clone,
79 self.environment = dict(environment)
93 self.environment, self.substitutions,
106 self.environment
[all...]
/macosx-10.10/groff-38/groff/src/libs/libdriver/
H A Dprinter.cpp155 void printer::special(char *, const environment *, char)
159 void printer::devtag(char *, const environment *, char)
163 void printer::draw(int, int *, int, const environment *)
167 void printer::change_color(const environment * const)
171 void printer::change_fill_color(const environment * const)
175 void printer::set_ascii_char(unsigned char c, const environment *env,
192 void printer::set_special_char(const char *nm, const environment *env,
205 int printer::set_char_and_width(const char *nm, const environment *env,
236 void printer::set_numbered_char(int num, const environment *env, int *widthp)
/macosx-10.10/WebKit2-7600.1.25/Shared/EntryPointUtilities/mac/XPCService/
H A DXPCServiceMain.Development.mm38 char** environment;
77 posix_spawn(&processIdentifier, path, 0, &attr, const_cast<char**>(args), info->environment);
109 xpc_object_t environmentArray = xpc_dictionary_get_value(event, "environment");
111 char** environment = static_cast<char **>(malloc((numberOfEnvironmentVariables + 1) * sizeof(char*)));
113 environment[i] = strdup(xpc_array_get_string(environmentArray, i));
114 environment[numberOfEnvironmentVariables] = 0;
115 info->environment = environment;
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Denv.h68 class environment;
70 hunits env_digit_width(environment *);
71 hunits env_space_width(environment *);
72 hunits env_sentence_space_width(environment *);
73 hunits env_narrow_space_width(environment *);
74 hunits env_half_narrow_space_width(environment *);
146 class environment { class
147 int dummy; // dummy environment used for \w
262 environment(symbol);
263 environment(cons
[all...]
H A Denv.cpp45 environment *env;
47 env_list(environment *e, env_list *p) : env(e), next(p) {}
52 environment *env_table[NENVIRONMENTS];
54 environment *curenv;
83 friend void environment::mark_last_line();
84 friend void environment::output(node *, int, vunits, vunits, hunits, int);
123 void environment::output(node *nd, int no_fill_flag,
158 void environment::output_title(node *nd, int no_fill_flag,
169 void environment::output_pending_lines()
180 void environment
615 environment::environment(symbol nm) function in class:environment
703 environment::environment(const environment *e) function in class:environment
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_authorization/lib/
H A DAuthorization.h64 Parameter to specify to AuthorizationCreate when no environment is being provided.
238 @param environment (input/optional) An AuthorizationItemSet containing enviroment state used when making the autorization decision. See the AuthorizationEnvironment type for details.
251 const AuthorizationEnvironment *environment,
296 @param environment (input/optional) An AuthorizationItemSet containing enviroment state used when making the autorization decision. See the AuthorizationEnvironment type for details.
310 const AuthorizationEnvironment *environment,
334 const AuthorizationEnvironment *environment,
/macosx-10.10/BerkeleyDB-21/db/php_db4/samples/
H A Dsimple_counter.php5 // Open it outside a Db4Env environment with datafile/var/lib/db4
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DInjectedScriptBase.cpp51 InjectedScriptBase::InjectedScriptBase(const String& name, Deprecated::ScriptObject injectedScriptObject, InspectorEnvironment* environment) argument
54 , m_environment(environment)
62 void InjectedScriptBase::initialize(Deprecated::ScriptObject injectedScriptObject, InspectorEnvironment* environment) argument
65 m_environment = environment;
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOS9/
H A DShowInitIcon.c64 SysEnvRec environment; // Machine configuration. local
69 SysEnvirons(curSysEnvVers, &environment); // Find out what kind of machine this is
73 if (environment.systemVersion >= 0x0700 && environment.hasColorQD) {

Completed in 218 milliseconds

1234567891011>>