/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/ |
H A D | DeqpInstrumentation.java | 27 import android.os.Bundle; 45 public void onCreate (Bundle arguments) { in onCreate() 144 finish(0, new Bundle()); in onStart() 150 Bundle info = new Bundle(); in onStart() 170 Bundle info = new Bundle(); in testCaseResult() 181 Bundle info = new Bundle(); in beginTestCase() 191 Bundle inf in endTestCase() [all...] |
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/platformutil/ |
H A D | DeqpPlatformCapabilityQueryInstrumentation.java | 27 import android.os.Bundle; 45 public void onCreate (Bundle arguments) { in onCreate() 58 Bundle resultInfo; in onStart() 67 resultInfo = new Bundle(); in onStart() 76 resultInfo = new Bundle(); in onStart() 84 private Bundle doRenderConfigSupportedQuery () in doRenderConfigSupportedQuery() 93 final Bundle resultInfo = new Bundle(); in doRenderConfigSupportedQuery() 99 final Bundle resultInfo = new Bundle(); in doRenderConfigSupportedQuery() [all...] |
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBManager.java | 71 * This constructor creates an entirely blank RBManager and base Bundle. Only the base class name is defined. 82 Bundle mainBundle = new Bundle(""); in RBManager() 169 Bundle dict = new Bundle(encodings[0]); in RBManager() 262 Enumeration keys = ((Bundle)bundles.elementAt(0)).allItems.keys(); in RBManager() 280 dict = new Bundle(encodings[i]); in RBManager() 387 Bundle bundle = (Bundle)bundles.elementAt(i); in writeToFile() 410 Bundle bundl in hideResource() [all...] |
H A D | BundleGroup.java | 24 private Bundle bundle; // The parent Bundle object of this group 30 public BundleGroup(Bundle parent, String name) { in BundleGroup() 67 * This method should, in most cases, only be called from the Bundle class. 115 public Bundle getParentBundle() { in getParentBundle() 133 protected void setParentBundle(Bundle bundle) { in setParentBundle()
|
H A D | RBPropertiesImporter.java | 73 Bundle b = (Bundle)bundles.elementAt(i); in beginImport() 78 Bundle b = (Bundle)bundles.elementAt(i); in beginImport()
|
H A D | RBxliffExporter.java | 68 private String getLocale(Bundle item) { in getLocale() 184 exportFile(rbm, directory, base_name, (Bundle)bundleIter.nextElement()); in export() 188 private void addHeaderProperties(Document xml, Element header, Bundle main_bundle) { in addHeaderProperties() 246 private void exportFile(RBManager rbm, File directory, String base_name, Bundle main_bundle) in exportFile() 249 Bundle parent_bundle = null; in exportFile() 283 Bundle parentBundle = null; in exportFile()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
H A D | RBUntranslatedPanel.java | 22 Bundle bundle; 25 // Components - Bundle 31 // Components - Bundle Manager 44 public void setBundle(Bundle b) { in setBundle() 96 Bundle bundle = item.getParentGroup().getParentBundle(); in deleteSelectedResource() 189 Bundle bundle = (Bundle)rbm.getBundles().elementAt(i); in initComponents() 209 Bundle bundle = (Bundle)rbm.getBundles().elementAt(i); in initComponents() 258 Bundle bundl [all...] |
H A D | RBProjectItemPanel.java | 50 Bundle rbundle = (Bundle)bundles.elementAt(j); in actionPerformed() 74 Bundle rbundle = (Bundle)bundles.elementAt(i); in actionPerformed() 144 Bundle bundle = (Bundle)bundles.elementAt(i); in updateComponents()
|
H A D | RBGroupPanel.java | 23 Bundle bundle; 51 public void setBundle(Bundle b) { in setBundle() 103 Bundle parentBundle = item.getParentGroup().getParentBundle(); in deleteSelectedResource() 185 Bundle mainBundle = (Bundle)rbm.getBundles().firstElement(); in initComponents() 445 Bundle bundle; 447 public GroupComboBoxModel (Bundle bundle) { in GroupComboBoxModel()
|
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/ |
H A D | MainActivity.java | 19 import android.os.Bundle; 28 protected void onCreate(Bundle savedInstanceState) in onCreate()
|
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/execserver/ |
H A D | ExecServerActivity.java | 32 import android.os.Bundle; 42 protected void onCreate (Bundle savedInstance) { in onCreate()
|
H A D | ServiceStarter.java | 27 import android.os.Bundle; 35 public void onCreate(Bundle savedInstance) { in onCreate()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/android/java/src/com/android/angle/test/ |
H A D | AngleUnitTestActivity.java | 11 import android.os.Bundle; 23 public void onCreate(Bundle savedInstanceState) in onCreate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | EdgeBundles.h | 47 /// getBlocks - Return an array of blocks that are connected to Bundle. 48 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks()
|
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/ |
H A D | MainActivity.java | 5 import android.os.Bundle; 12 protected void onCreate(Bundle savedInstanceState) { in onCreate()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | ManualGlitchActivity.java | 20 import android.os.Bundle; 66 private Bundle mBundleFromIntent; 93 protected void onCreate(Bundle savedInstanceState) { in onCreate() 171 void configureStreamsFromBundle(Bundle bundle) { in configureStreamsFromBundle()
|
H A D | RecorderActivity.java | 19 import android.os.Bundle; 45 protected void onCreate(Bundle savedInstanceState) { in onCreate()
|
/third_party/vk-gl-cts/external/amber/src/android_gradle/app/src/androidTest/java/com/google/amber/ |
H A D | AmberLauncher.java | 20 import android.os.Bundle; 37 Bundle args = InstrumentationRegistry.getArguments(); in LaunchAmber()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/ |
H A D | MainActivity.java | 25 import android.os.Bundle; 36 protected void onCreate(Bundle savedInstanceState) { in onCreate()
|
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/ |
H A D | SkottieAnimationActivity.java | 12 import android.os.Bundle; 49 protected void onCreate(Bundle savedInstanceState) { in onCreate()
|
H A D | RuntimeShaderActivity.java | 12 import android.os.Bundle; 46 protected void onCreate(Bundle savedInstanceState) { in onCreate()
|
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
H A D | DemoActivity.java | 4 import android.os.Bundle; 17 protected void onCreate(Bundle savedInstanceState) { in onCreate()
|
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerTracePC.h | 127 uint64_t Bundle = *reinterpret_cast<uint64_t*>(&Counters[Idx]); 128 if (!Bundle) continue; 130 uint8_t Counter = (Bundle >> ((i - Idx) * 8)) & 0xff;
|
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
H A D | ViewerActivity.java | 12 import android.os.Bundle; 72 protected void onCreate(Bundle savedInstanceState) { in onCreate() 98 protected void onPostCreate(Bundle savedInstanceState) { in onPostCreate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 354 LiveBundle &Bundle = in runOnMachineFunction() local 360 CallingConv::X86_RegCall) && (Bundle.Mask && !Bundle.FixCount)) { in runOnMachineFunction() 363 // If bundle.mask is non-zero and Bundle.FixCount is zero, it means in runOnMachineFunction() 367 assert((Bundle.Mask & 0xFE) == 0 && in runOnMachineFunction() 369 Bundle.FixCount = 1; in runOnMachineFunction() 370 Bundle.FixStack[0] = 0; in runOnMachineFunction() 513 const LiveBundle &Bundle = in setupBlockStack() local 516 if (!Bundle.Mask) { in setupBlockStack() 522 assert(Bundle in setupBlockStack() 553 LiveBundle &Bundle = LiveBundles[BundleIdx]; finishBlockStack() local [all...] |