HomeSort by relevance Sort by last modified time
    Searched refs:Global (Results 426 - 450 of 714) sorted by null

<<11121314151617181920>>

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
ScoredNetworkEvaluatorTest.java 81 Settings.Global.NETWORK_RECOMMENDATIONS_ENABLED, 0))
118 Settings.Global.NETWORK_RECOMMENDATIONS_ENABLED, 0))
204 Settings.Global.NETWORK_RECOMMENDATIONS_ENABLED, 0))
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDeviceManager.java 179 boolean enable = (Settings.Global.getInt(mContentResolver,
180 Settings.Global.ADB_ENABLED, 0) > 0);
286 Settings.Global.putInt(mContentResolver,
287 Settings.Global.ADB_ENABLED, mAdbEnabled ? 1 : 0);
426 Settings.Global.getUriFor(Settings.Global.ADB_ENABLED),
    [all...]
  /build/soong/cc/config/
tidy.go 25 // Global tidy checks include only google*, performance*,
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteParser.m 72 #pragma mark Dynamic Global Scopes
  /external/libmojo/base/android/java/src/org/chromium/base/
ApiCompatibilityUtils.java 281 * @see android.provider.Settings.Global#DEVICE_PROVISIONED
288 return Settings.Global.getInt(
289 context.getContentResolver(), Settings.Global.DEVICE_PROVISIONED, 0) != 0;
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 134 // Inserts a global variable of type int32
141 GlobalVariable *Global = new GlobalVariable(*M,
147 return Global;
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXAsmPrinter.cpp 77 case PTXStateSpace::Global: return "global";
109 // XXX Temproarily remove global variables so that doFinalization() will not
110 // emit them again (global variables are emitted at beginning).
129 // now we restore global variables
169 // declare global variables
290 // Check to see if this is a special global used by LLVM, if so, emit it.
304 // state space: e.g., .global
486 case PTXStateSpace::Global:
487 decl += " .global";
    [all...]
  /external/tpm2/
Android.mk 90 Global.c \
  /external/v8/src/
d8.h 392 // The OS object on the global object contains methods for performing
434 static Global<Context> evaluation_context_;
436 static Global<Function> stringify_function_;
  /external/v8/src/inspector/
debugger-script.js 49 DebuggerScript._scopeTypeNames.set(ScopeType.Global, "global");
561 case ScopeType.Global:
v8-runtime-agent-impl.cc 211 v8::Global<v8::External> m_wrapper;
565 std::unique_ptr<v8::Global<v8::Script>> global(
566 new v8::Global<v8::Script>(m_inspector->isolate(), script));
567 m_compiledScripts[scriptValueId] = std::move(global);
607 std::unique_ptr<v8::Global<v8::Script>> scriptWrapper = std::move(it->second);
  /frameworks/base/core/java/android/app/
ApplicationErrorReport.java 163 int enabled = Settings.Global.getInt(context.getContentResolver(),
164 Settings.Global.SEND_ACTION_APP_ERROR, 0);
DownloadManager.java     [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsService.java 166 && !"global".equalsIgnoreCase(arg)) {
310 : "global".equals(table) ? Settings.Global.CONTENT_URI
340 else if ("global".equals(table)) callGetCommand = Settings.CALL_METHOD_GET_GLOBAL;
371 else if ("global".equals(table)) callPutCommand = Settings.CALL_METHOD_PUT_GLOBAL;
398 else if ("global".equals(table)) targetUri = Settings.Global.getUriFor(key);
417 else if ("global".equals(table)) callResetCommand = Settings.CALL_METHOD_RESET_GLOBAL;
475 pw.println(" {default} to set as the default, case-insensitive only for global/secure namespace");
479 pw.println(" Reset the global/secure table for a package with mode.")
    [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
NetworkControllerWifiTest.java 95 Settings.Global.putString(mContext.getContentResolver(),
96 Settings.Global.NETWORK_SCORING_UI_ENABLED,
  /frameworks/base/services/backup/java/com/android/server/backup/
TransportManager.java 440 final boolean isDeviceProvisioned = Settings.Global.getInt(mContext.getContentResolver(),
441 Settings.Global.DEVICE_PROVISIONED, 0) != 0;
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 473 /// 6: 00000000 16 FUNC GLOBAL DEFAULT 1 _Z1fv
478 ResolveInfo::Global,
483 /// 7: 00000000 0 NOTYPE GLOBAL DEFAULT UND _Z1gv
488 ResolveInfo::Global,
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java     [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.h 62 #pragma mark Dynamic Global Scopes
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.h 45 #pragma mark Dynamic Global Scopes
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 41 /// (for dependent names), decltype specifier, or the global specifier ('::').
65 /// When the pointer is NULL, this specifier represents the global
86 /// \brief The global specifier '::'. There is no stored value.
87 Global,
94 /// \brief Builds the global specifier.
146 /// \brief Returns the nested name specifier representing the global
435 /// \brief Turn this (empty) nested-name-specifier into the global
  /external/clang/lib/CodeGen/
CGVTT.cpp 124 GV->setUnnamedAddr(llvm::GlobalValue::UnnamedAddr::Global);
  /external/clang/lib/Index/
IndexTypeSourceInfo.cpp 167 case NestedNameSpecifier::Global:
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 160 Global,
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 76 // Return const expression if value is a GEP to access merged global
85 // First operand points to a global struct.
103 /// getOrCreateGlobalVariableDIE - get or create global variable DIE.
150 if (auto *Global = dyn_cast_or_null<GlobalVariable>(GV->getVariable())) {
153 if (!Global->hasDLLImportStorageClass()) {
156 const MCSymbol *Sym = Asm->getSymbol(Global);
157 if (Global->isThreadLocal()) {
204 // GV is a merged global.
294 // and DW_AT_high_pc attributes. If there are global variables in this
722 /// addGlobalName - Add a new global name to the compile unit
    [all...]

Completed in 1435 milliseconds

<<11121314151617181920>>