Home
last modified time | relevance | path

Searched refs:Bundle (Results 1 - 25 of 88) sorted by relevance

1234

/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/
H A DDeqpInstrumentation.java27 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 DDeqpPlatformCapabilityQueryInstrumentation.java27 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 DRBManager.java71 * 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 DBundleGroup.java24 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 DRBPropertiesImporter.java73 Bundle b = (Bundle)bundles.elementAt(i); in beginImport()
78 Bundle b = (Bundle)bundles.elementAt(i); in beginImport()
H A DRBxliffExporter.java68 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 DRBUntranslatedPanel.java22 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 DRBProjectItemPanel.java50 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 DRBGroupPanel.java23 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 DMainActivity.java19 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 DExecServerActivity.java32 import android.os.Bundle;
42 protected void onCreate (Bundle savedInstance) { in onCreate()
H A DServiceStarter.java27 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 DAngleUnitTestActivity.java11 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 DEdgeBundles.h47 /// 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 DMainActivity.java5 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 DManualGlitchActivity.java20 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 DRecorderActivity.java19 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 DAmberLauncher.java20 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 DMainActivity.java25 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 DSkottieAnimationActivity.java12 import android.os.Bundle;
49 protected void onCreate(Bundle savedInstanceState) { in onCreate()
H A DRuntimeShaderActivity.java12 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 DDemoActivity.java4 import android.os.Bundle;
17 protected void onCreate(Bundle savedInstanceState) { in onCreate()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerTracePC.h127 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 DViewerActivity.java12 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 DX86FloatingPoint.cpp354 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...]

Completed in 10 milliseconds

1234