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

<<212223242526272829

  /external/clang/lib/Tooling/Core/
QualTypeNames.cpp 33 /// \param[in] WithGlobalNsPrefix - Indicate whether the global namespace
44 /// \param[in] WithGlobalNsPrefix - Indicate whether the global namespace
59 /// \param[in] WithGlobalNsPrefix - Indicate whether the global namespace
231 case NestedNameSpecifier::Global:
  /external/fio/tools/plot/
fio2gnuplot 87 compare_raw.write("plot %s w l ls 1 ti 'Global average value (%.2f)'" % (global_avg,global_avg));
88 compare_smooth.write("plot %s w l ls 1 ti 'Global average value (%.2f)'" % (global_avg,global_avg));
89 compare_trend.write("plot %s w l ls 1 ti 'Global average value (%.2f)'" % (global_avg,global_avg));
235 global_file=open(gnuplot_output_dir+gnuplot_output_filename+'.global','w')
240 temporary_files.append(gnuplot_output_dir+gnuplot_output_filename+'.global')
276 #print "Global [ min=%.2f max=%.2f avg=%.2f stddev=%.2f \n" % (min(global_disk_perf),max(global_disk_perf),avg, standard_deviation)
324 # Let's process the avg value by estimated the global bandwidth per file
336 print "Global search %s is not yet implemented\n" % global_search
354 global keep_temp_files
373 print '-G or --Global <type> : Search for <type> in .global files match by a pattern
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardUpdateMonitor.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogImpl.java 46 import android.provider.Settings.Global;
694 final boolean visible = mState.zenMode != Global.ZEN_MODE_OFF
740 final boolean isZenAlarms = mState.zenMode == Global.ZEN_MODE_ALARMS;
741 final boolean isZenNone = mState.zenMode == Global.ZEN_MODE_NO_INTERRUPTIONS;
    [all...]
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsService.java     [all...]
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java     [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 245 ResolveInfo::Global,
258 ResolveInfo::Global,
283 ResolveInfo::Global,
294 ResolveInfo::Global,
314 ResolveInfo::Global,
325 ResolveInfo::Global,
345 ResolveInfo::Global,
356 ResolveInfo::Global,
375 ResolveInfo::Global,
    [all...]
  /packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
TelecomUtils.java 340 Settings.Global.AIRPLANE_MODE_ON, 0) != 0;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
shdl-1.s 4 ! * Global, defined in this file, with/without/both-with-without datalabel
23 .global start
29 .global foo
36 .global fooboth
43 .global fooboth2
50 .global foowithout
57 .global foo_other
60 .global foo_otherboth
63 .global foo_otherboth2
66 .global foo_otherwithou
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java 518 && Settings.Global.HEADS_UP_OFF != Settings.Global.getInt(
519 mContext.getContentResolver(), Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED,
520 Settings.Global.HEADS_UP_OFF);
521 mHeadsUpTicker = mUseHeadsUp && 0 != Settings.Global.getInt(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python-ast.h 176 } Global;
438 #define Global(a0, a1, a2, a3) _Py_Global(a0, a1, a2, a3)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python-ast.h 176 } Global;
438 #define Global(a0, a1, a2, a3) _Py_Global(a0, a1, a2, a3)
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
SecEntry.asm 255 ; ROM-based Global-Descriptor Table for the Tiano PEI Phase
  /device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
S3Resume.c 116 UINT64 Global:1; // 0 = Not global page, 1 = global page TLB not cleared on CR3 write
140 UINT64 Global:1; // 0 = Not global page, 1 = global page TLB not cleared on CR3 write
242 // Global Descriptor Table (GDT)
245 /* selector { Global Segment Descriptor } */
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
SecEntry.asm 244 ; ROM-based Global-Descriptor Table for the Tiano PEI Phase
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableParser.m 72 #pragma mark Dynamic Global Scopes
113 #pragma mark global Attribute Scopes
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableParser.m 140 #pragma mark Dynamic Global Scopes
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 397 context->Global(), 2, argv);
517 *function = context->Global()->Get(
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 159 case NestedNameSpecifier::Global:
    [all...]
  /external/pdfium/fpdfsdk/javascript/
JS_Value.cpp 466 // In gcc and in Visual Studio prior to VS 2015 'timezone' is a global
666 context->Global()
684 v = funC->Call(context, context->Global(), argc, argv).ToLocalChecked();
  /external/v8/src/inspector/
debugger_script_externs.js 217 var ScopeType = { Global: 0,
injected-script.cc 72 // a single anonymous function(it's anonymous to avoid cluttering the global
76 // injected script id and explicit reference to the inspected global object.
91 v8::Local<v8::Object> windowGlobal = context->Global();
442 m_context, m_injectedScript->commandLineAPI(), m_context->Global()));
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java     [all...]
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDocumentsProvider.java 119 final int bootCount = Settings.Global.getInt(mResolver, Settings.Global.BOOT_COUNT, -1);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkControllerImpl.java 602 boolean airplaneMode = (Settings.Global.getInt(mContext.getContentResolver(),
603 Settings.Global.AIRPLANE_MODE_ON, 0) == 1);
    [all...]

Completed in 1054 milliseconds

<<212223242526272829