/external/clang/test/CodeGenCXX/ |
builtins-systemz-zvector.cpp | 6 bool gb; variable 16 gb = (VI == CI1)[0]; 21 gb = (VI == CI2)[0]; 25 gb = (VI == CF1)[0]; 29 gb = (VI == CF2)[0]; 36 gb = (VD == CI1)[0]; 41 gb = (VD == CI2)[0]; 45 gb = (VD == CF1)[0]; 49 gb = (VD == CF2)[0];
|
/external/autotest/client/site_tests/hardware_MemoryTotalSize/ |
hardware_MemoryTotalSize.py | 17 gb = mem_size / 1024.0 / 1024.0 18 self.write_perf_keyval({"gb_memory_total": gb}) 19 logging.info("MemTotal: %.3f GB" % gb) 30 if gb <= limit: 31 raise error.TestFail("total system memory size < %.3f GB" % limit);
|
/development/vndk/tools/definition-tool/tests/ |
test_elf_linker.py | 22 gb = GraphBuilder() 24 gb.add_multilib(PT_SYSTEM, 'libdl', 27 gb.add_multilib(PT_SYSTEM, 'libm', exported_symbols={'cos', 'sin'}) 29 gb.add_multilib(PT_SYSTEM, 'libc', dt_needed=['libdl.so', 'libm.so'], 33 gb.add_multilib(PT_SYSTEM, 'libRS', dt_needed=['libdl.so'], 37 gb.add_multilib(PT_SYSTEM, 'libcutils', 42 gb.add_multilib(PT_VENDOR, 'libEGL', 47 gb.resolve() 48 return gb 56 gb = self._create_normal_graph( [all...] |
test_vndk.py | 22 gb = GraphBuilder() 23 libfwk = gb.add_lib32(PT_SYSTEM, 'libfwk', dt_needed=['libvnd.so']) 24 libvnd = gb.add_lib32(PT_VENDOR, 'libvnd') 25 gb.resolve() 32 gb.graph.normalize_partition_tags(set(), None) 58 gb = GraphBuilder() 59 libfwk = gb.add_lib32(PT_SYSTEM, 'libfwk', dt_needed=['libsphal.so']) 60 libsphal = gb.add_lib32(PT_VENDOR, 'libsphal') 61 gb.resolve() 66 gb.graph.normalize_partition_tags({libsphal}, None [all...] |
test_command_deps_insight.py | 55 gb = GraphBuilder() 56 libfwk = gb.add_lib32(PT_SYSTEM, 'libfwk') 57 libvndk = gb.add_lib32(PT_SYSTEM, 'libvndk', 59 libvndk_sp = gb.add_lib32(PT_SYSTEM, 'libutils', 62 libvnd = gb.add_lib32(PT_VENDOR, 'libvnd', 64 libvnd_bad = gb.add_lib32(PT_VENDOR, 'libvnd_bad', extra_dir='vndk-sp') 65 gb.resolve() 68 vndk_sets = gb.graph.compute_degenerated_vndk(set(), None) 74 list(gb.graph.all_libs()), vndk_sets, ModuleInfo())
|
/external/autotest/client/site_tests/hardware_DiskSize/ |
hardware_DiskSize.py | 18 # between GB and GiB], but some eMMC device can use 9%. 26 Check that disk size is around 16GB at least. 53 CSD[C_SIZE] = 0xfff == eMMC > 2GB 61 For now I use 0.25GB as an acceptable fudge. 64 integer, in GB of minimum storage size. 83 gb = float(disk_size) / (10 ** 9) 85 self.write_perf_keyval({"gb_main_disk_size": gb}) 87 logging.info("DiskSize: %.3f GB MinDiskSize: %.3f GB", gb, min_gb [all...] |
/external/clang/test/Analysis/engine/ |
replay-without-inlining.c | 22 inline unsigned char gb(IB *input) { function 28 str[0] = gb(st); 29 str[1] = gb(st); 30 str[2] = gb(st); 31 str[3] = gb(st);
|
/external/clang/test/OpenMP/ |
dump.cpp | 4 int ga, gb; variable 5 #pragma omp threadprivate(ga, gb) 9 // CHECK-NEXT: | `-DeclRefExpr {{.+}} <col:31> 'int' lvalue Var {{.+}} 'gb' 'int'
|
target_data_codegen.cpp | 21 ST<int> gb; variable 131 // CK1-DAG: store i8* bitcast ([[ST]]* @gb to i8*), i8** [[BP0]] 132 // CK1-DAG: store i8* bitcast (double** getelementptr inbounds ([[ST]], [[ST]]* @gb, i32 0, i32 1) to i8*), i8** [[P0]] 137 // CK1-DAG: store i8* bitcast (double** getelementptr inbounds ([[ST]], [[ST]]* @gb, i32 0, i32 1) to i8*), i8** [[BP1]] 141 // CK1-DAG: [[SEC11]] = load double*, double** getelementptr inbounds ([[ST]], [[ST]]* @gb, i32 0, i32 1), 148 #pragma omp target data map(to: gb.b[:3])
|
target_enter_data_codegen.cpp | 21 ST<int> gb; variable 117 // CK1-DAG: store i8* bitcast ([[ST]]* @gb to i8*), i8** [[BP0]] 118 // CK1-DAG: store i8* bitcast (double** getelementptr inbounds ([[ST]], [[ST]]* @gb, i32 0, i32 1) to i8*), i8** [[P0]] 123 // CK1-DAG: store i8* bitcast (double** getelementptr inbounds ([[ST]], [[ST]]* @gb, i32 0, i32 1) to i8*), i8** [[BP1]] 127 // CK1-DAG: [[SEC11]] = load double*, double** getelementptr inbounds ([[ST]], [[ST]]* @gb, i32 0, i32 1), 131 #pragma omp target enter data map(to: gb.b[:3])
|
target_exit_data_codegen.cpp | 21 ST<int> gb; variable 118 // CK1-DAG: store i8* bitcast ([[ST]]* @gb to i8*), i8** [[BP0]] 119 // CK1-DAG: store i8* bitcast (double** getelementptr inbounds ([[ST]], [[ST]]* @gb, i32 0, i32 1) to i8*), i8** [[P0]] 124 // CK1-DAG: store i8* bitcast (double** getelementptr inbounds ([[ST]], [[ST]]* @gb, i32 0, i32 1) to i8*), i8** [[BP1]] 128 // CK1-DAG: [[SEC11]] = load double*, double** getelementptr inbounds ([[ST]], [[ST]]* @gb, i32 0, i32 1), 131 #pragma omp target exit data map(release: gb.b[:3])
|
target_update_codegen.cpp | 21 ST<int> gb; variable 115 // CK1-DAG: store i8* bitcast ([[ST]]* @gb to i8*), i8** [[BP0]] 116 // CK1-DAG: store i8* bitcast (double** getelementptr inbounds ([[ST]], [[ST]]* @gb, i32 0, i32 1) to i8*), i8** [[P0]] 121 // CK1-DAG: store i8* bitcast (double** getelementptr inbounds ([[ST]], [[ST]]* @gb, i32 0, i32 1) to i8*), i8** [[BP1]] 125 // CK1-DAG: [[SEC11]] = load double*, double** getelementptr inbounds ([[ST]], [[ST]]* @gb, i32 0, i32 1), 129 #pragma omp target update to(gb.b[:3])
|
/external/deqp/framework/platform/android/ |
tcuAndroidInternals.cpp | 49 GraphicBufferFunctions& gb = m_functions.graphicBuffer; local 51 setFuncPtr(gb.constructor, m_library, "_ZN7android13GraphicBufferC1Ejjij"); 52 setFuncPtr(gb.destructor, m_library, "_ZN7android13GraphicBufferD1Ev"); 53 setFuncPtr(gb.getNativeBuffer, m_library, "_ZNK7android13GraphicBuffer15getNativeBufferEv"); 54 setFuncPtr(gb.lock, m_library, "_ZN7android13GraphicBuffer4lockEjPPv"); 55 setFuncPtr(gb.unlock, m_library, "_ZN7android13GraphicBuffer6unlockEv"); 56 setFuncPtr(gb.initCheck, m_library, "_ZNK7android13GraphicBuffer9initCheckEv"); 133 static android::android_native_base_t* getAndroidNativeBase (android::GraphicBuffer* gb) 136 return pointerToOffset<android::android_native_base_t>(gb, 2 * DE_PTR_SIZE); 185 android::GraphicBuffer* const gb = callConstructor4<android::GraphicBuffer, deUint32, deUint32, PixelFormat, deUint32>(functions. (…) member in class:tcu::Android::internal::android [all...] |
/frameworks/support/slices/view/src/androidTest/java/androidx/slice/render/ |
SliceCreator.java | 154 GridRowBuilder gb = new GridRowBuilder(b); local 155 gb.setPrimaryAction(primaryAction); 156 gb.addCell(new GridRowBuilder.CellBuilder(gb) 161 .addCell(new GridRowBuilder.CellBuilder(gb) 166 .addCell(new GridRowBuilder.CellBuilder(gb) 171 .addCell(new GridRowBuilder.CellBuilder(gb) 176 .addCell(new GridRowBuilder.CellBuilder(gb) 181 return b.addGridRow(gb).build(); 186 GridRowBuilder gb = new GridRowBuilder(b) local 215 GridRowBuilder gb = new GridRowBuilder(b); local 260 GridRowBuilder gb = new GridRowBuilder(b); local [all...] |
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3BufferManager.h | 125 status_t getBufferForStream(int streamId, int streamSetId, sp<GraphicBuffer>* gb, int* fenceFd); 204 explicit GraphicBufferEntry(const sp<GraphicBuffer>& gb = 0, int fd = -1) : 205 graphicBuffer(gb),
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/ |
EventState.java | 221 final double gb = handler.g(tb, interpolator.getInterpolatedState()); local 224 if (g0Positive ^ (gb >= 0)) { 228 increasing = gb >= ga; 244 if (ga * gb >= 0) { 249 // this implies that the real sign of ga is the same as gb, so we need to slightly 250 // shift ta to make sure ga and gb get opposite signs and the solver won't complain 253 for (int k = 0; (k < 4) && (ga * gb > 0); ++k) { 261 if (ga * gb > 0) { 281 ga = gb; 290 ga = gb; [all...] |
/bionic/libc/kernel/uapi/linux/ |
am437x-vpfe.h | 71 char gb; member in struct:vpfe_ccdc_black_compensation
|
/external/kernel-headers/original/uapi/linux/ |
am437x-vpfe.h | 98 /* Constant value to subtract from Gb component */ 99 char gb; member in struct:vpfe_ccdc_black_compensation
|
/external/libxcam/xcore/base/ |
xcam_3a_stats.h | 43 uint32_t gb; member in struct:_XCamHistogram
|
/external/annotation-tools/asmx/test/perf/org/objectweb/asm/ |
ASMMemTest.java | 171 int gb = (int) ((mem >> 30) & 0x3FF); local 176 if (gb > 0) { 177 sbuf.append(gb); 178 sbuf.append("GB "); 180 if ((mb > 0) || (gb > 0)) { 184 if ((kb > 0) || (mb > 0) || (gb > 0)) { 188 if ((bytes > 0) || (kb > 0) || (mb > 0) || (gb > 0)) {
|
/external/fio/t/ |
genzipf.c | 255 double gb = (double)os->nranges * block_size / 1024.0; local 258 if (gb > 1024.0) { 260 gb /= 1024.0; 262 if (gb > 1024.0) { 264 gb /= 1024.0; 272 os->nranges, gb, p);
|
/frameworks/support/samples/SupportSliceDemos/src/main/java/com/example/androidx/slice/demos/ |
SampleSliceProvider.java | 173 .addGridRow(gb -> gb 247 GridRowBuilder gb = new GridRowBuilder(b); local 250 GridRowBuilder.CellBuilder cb = new GridRowBuilder.CellBuilder(gb); 255 gb.setSeeMoreCell(cb); 257 gb.setSeeMoreAction(pi); 259 gb.addCell(new GridRowBuilder.CellBuilder(gb) 263 .addCell(new GridRowBuilder.CellBuilder(gb) 267 .addCell(new GridRowBuilder.CellBuilder(gb) 289 GridRowBuilder gb = new GridRowBuilder(b); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
FlagManagerTest.java | 42 Image gb = manager.getFlag("GB"); local 48 assertSame(gb, manager.getFlag("en", "GB")); 53 assertSame(gb, manager.getFlag("en", null)); 67 assertNotSame(gb, manager.getFlag("cy", null)); // Wales 75 assertSame(gb, manager.getFlagForFolderName("values-en-rGB")); 90 "fi", "fj", "fk", "fm", "fo", "fr", "ga", "gb", "gd", "ge", "gf", "gg", "gh", "gi",
|
/external/deqp/framework/common/ |
tcuRGBA.cpp | 73 int gb = (bPacked >> RGBA::GREEN_SHIFT) & 0xFF; local 75 gDiff = (deUint8)deAbs32(ga - gb);
|
/external/clang/test/Sema/ |
attr-flag-enum.c | 11 gb = 0x4, enumerator in enum:flag2
|