/development/samples/ApiDemos/src/com/example/android/apis/app/ |
DeviceAdminSample.java | 233 * Simple helper for summaries showing local & global (aggregate) policy settings 235 protected String localGlobalSummary(Object local, Object global) { 236 return getString(R.string.status_local_global, local, global); 390 * Update the summaries of each item to show the local setting and the global setting. 396 int local, global; local 397 local = mDPM.getPasswordQuality(mDeviceAdminSample); 400 localGlobalSummary(qualityValueToString(local), qualityValueToString(global))); 401 local = mDPM.getPasswordMinimumLength(mDeviceAdminSample); 403 mMinLength.setSummary(localGlobalSummary(local, global)); 404 local = mDPM.getPasswordMinimumLetters(mDeviceAdminSample) 511 int local, global; local 575 String local; local 655 int local, global; local [all...] |
/external/wpa_supplicant/ |
wpa_ctrl.c | 54 struct sockaddr_in local; member in struct:wpa_ctrl 60 struct sockaddr_un local; member in struct:wpa_ctrl 87 ctrl->local.sun_family = AF_UNIX; 88 os_snprintf(ctrl->local.sun_path, sizeof(ctrl->local.sun_path), 95 if (bind(ctrl->s, (struct sockaddr *) &ctrl->local, 96 sizeof(ctrl->local)) < 0) { 103 chmod(ctrl->local.sun_path, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP); 104 chown(ctrl->local.sun_path, AID_SYSTEM, AID_WIFI); 119 unlink(ctrl->local.sun_path) [all...] |
/sdk/bash_completion/ |
adb.bash | 26 local where i cur serial 69 local devices=$(command adb devices '2>' /dev/null | grep -v "List of devices" | awk '{ print $1 }') 108 local serial i cur where 137 local serial IFS=$'\n' i cur 155 local serial IFS=$'\n' i cur 173 local serial IFS=$'\n' i cur 174 local -a args 213 local serial i where cur packages 243 local package=${tmp#package:} 253 local serial i cur fil [all...] |
/dalvik/dx/junit-tests/ |
HelloWorldMaker.java | 21 import com.android.dx.gen.Local; 62 Local<Integer> a = code.newLocal(Type.INT); 63 Local<Integer> b = code.newLocal(Type.INT); 64 Local<Integer> c = code.newLocal(Type.INT); 65 Local<String> s = code.newLocal(Type.STRING); 66 Local<PrintStream> localSystemOut = code.newLocal(PRINT_STREAM);
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
ExtendedType.java | 35 * Create an ExtendedType object from node type, namespace and local name. 36 * The hash code is calculated from the node type, namespace and local name. 40 * @param localName Local name of the node 51 * Create an ExtendedType object from node type, namespace, local name 56 * @param localName Local name of the node 130 * Return the local name
|
/external/chromium/net/proxy/ |
proxy_config_service_win_unittest.cc | 131 // Bypass local names. 137 L"<local>", // lpszProxy_bypass 142 ProxyRulesExpectation::EmptyWithBypass("<local>"), 145 // Bypass "google.com" and local names, using semicolon as delimiter 152 L"<local> ; google.com", // lpszProxy_bypass 158 ProxyRulesExpectation::EmptyWithBypass("<local>,google.com"),
|
/external/llvm/test/MC/ELF/ |
common.s | 6 // Test that this produces a regular local symbol. 8 .local common1 21 .local common2 33 .local common6 46 // Test that without an explicit .local we produce a global. 59 // Test that without an explicit .local we produce a global, even if the first
|
/external/proguard/src/proguard/optimize/peephole/ |
VariableShrinker.java | 33 * This MemberVisitor removes unused local variables from the code of the methods 88 // Get the total size of the local variable frame. 98 // Figure out the local variables that are used by the code. 101 // Delete unused local variables from the local variable frame. 111 System.out.println(" Deleting local variable #"+variableIndex);
|
/external/webkit/Source/WebCore/bindings/v8/ |
ScriptState.h | 50 void setException(v8::Local<v8::Value> exception) 54 v8::Local<v8::Value> exception() { return m_exception; } 56 v8::Local<v8::Context> context() const 58 return v8::Local<v8::Context>::New(m_context); 61 static ScriptState* forContext(v8::Local<v8::Context>); 74 v8::Local<v8::Value> m_exception;
|
V8AbstractEventListener.h | 80 v8::Local<v8::Object> getListenerObject(ScriptExecutionContext* context) 83 return v8::Local<v8::Object>::New(m_listener); 86 v8::Local<v8::Object> getExistingListenerObject() 88 return v8::Local<v8::Object>::New(m_listener); 111 v8::Local<v8::Object> getReceiverObject(Event*); 117 virtual v8::Local<v8::Value> callListenerFunction(ScriptExecutionContext*, v8::Handle<v8::Value> jsevent, Event*) = 0;
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8CanvasRenderingContext2DCustom.cpp | 77 v8::Handle<v8::Value> V8CanvasRenderingContext2D::strokeStyleAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 83 void V8CanvasRenderingContext2D::strokeStyleAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 89 v8::Handle<v8::Value> V8CanvasRenderingContext2D::fillStyleAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 95 void V8CanvasRenderingContext2D::fillStyleAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
|
V8LocationCustom.cpp | 51 void V8Location::hashAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 63 void V8Location::hostAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 75 void V8Location::hostnameAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 87 void V8Location::hrefAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 99 void V8Location::pathnameAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info [all...] |
V8ScriptProfileNodeCustom.cpp | 42 v8::Handle<v8::Value> V8ScriptProfileNode::childrenAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 55 v8::Handle<v8::Value> V8ScriptProfileNode::callUIDAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 66 v8::Local<v8::Function> function = V8ScriptProfileNode::GetTemplate()->GetFunction(); 69 return v8::Local<v8::Object>(); 71 v8::Local<v8::Object> instance = SafeAllocation::newInstance(function); 74 return v8::Local<v8::Object>();
|
/external/webkit/Source/WebKit/chromium/src/ |
BoundObject.cpp | 44 v8::Local<v8::FunctionTemplate> localTemplate = v8::FunctionTemplate::New(WebCore::V8Proxy::checkNewLegal); 57 v8::Local<v8::Signature> signature = v8::Signature::New(m_hostTemplate); 58 v8::Local<v8::ObjectTemplate> proto = m_hostTemplate->PrototypeTemplate(); 59 v8::Local<v8::External> v8This = v8::External::New(m_v8This); 72 v8::Local<v8::Function> constructor = m_hostTemplate->GetFunction(); 73 v8::Local<v8::Object> boundObject = WebCore::SafeAllocation::newInstance(constructor);
|
/frameworks/base/libs/rs/scriptc/ |
rs_time.rsh | 75 * in @p local. This function also returns a pointer to @p local. If @p local 78 * @param local Broken-down time. 81 * @return Pointer to broken-down time (same as input @p local). 84 rsLocaltime(rs_tm *local, const rs_time_t *timer);
|
/frameworks/compile/libbcc/tests/data/src/ |
bellard.otccex.c | 1 /* #!/usr/local/bin/otcc */ 4 * otcc in /usr/local/bin to make otcc scripts ! 35 /* local variables can be declared. Only 'int' type is supported */ 77 /* no local name space is supported, but local variables ARE 79 variable name as local variable (which is a bad habbit), you
|
/prebuilt/sdk/14/renderscript/include/ |
rs_time.rsh | 75 * in @p local. This function also returns a pointer to @p local. If @p local 78 * @param local Broken-down time. 81 * @return Pointer to broken-down time (same as input @p local). 84 rsLocaltime(rs_tm *local, const rs_time_t *timer);
|
/dalvik/dx/src/com/android/dx/cf/attrib/ |
BaseLocalVariables.java | 27 /** {@code non-null;} list of local variable entries */ 34 * @param localVariables {@code non-null;} list of local variable entries 58 * Gets the list of "local variable" entries associated with this instance.
|
/dalvik/dx/src/com/android/dx/ssa/ |
SsaInsn.java | 132 * Sets the local association for the result of this insn. This is 135 * @param local {@code null-ok;} new debug/local variable info 137 public final void setResultLocal(LocalItem local) { 140 if (local != oldItem && (local == null 141 || !local.equals(result.getLocalItem()))) { 143 result.getReg(), result.getType(), local); 187 * Gets the spec of a local variable assignment that occurs at this 188 * instruction, or null if no local variable assignment occurs. Thi [all...] |
/external/chromium/chrome/browser/policy/ |
managed_prefs_banner_base.h | 31 // Convenience constructor that fetches the local state PrefService from the 40 // Add a local state preference as visibility trigger. 42 // Remove a local state preference from being a visibility trigger.
|
/external/dropbear/ |
dbclient.1 | 33 Local port forwarding. 36 on the local host through the SSH connection to port 70 Allow non-local hosts to connect to forwarded ports. Applies to -L and -R
|
/external/grub/stage2/ |
apic.h | 6 * Header file for Intel Architecture local and I/O APIC definitions. 28 * Shared defines for I/O and local APIC definitions 35 /* this next one is used in all cases but an old local APIC, which has
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample | 7 #path include "/usr/local/v6/etc" ; 11 path pre_shared_key "/usr/local/v6/etc/psk.txt" ; 15 #path certificate "/usr/local/openssl/certs" ;
|
/external/libvpx/vp8/common/ |
type_aliases.h | 27 #define PRIVATE static /* Used to declare & define module-local data */ 28 #define LOCAL static /* Used to define all persistent routine-local data */
|
/external/proguard/src/proguard/classfile/editor/ |
LocalVariableTableAttributeEditor.java | 26 * This class can add local variables to a given local variable table attribute. 27 * Local variables to be added must have been filled out beforehand.
|