HomeSort by relevance Sort by last modified time
    Searched full:didn (Results 76 - 100 of 4363) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/compiler-rt/test/asan/TestCases/Windows/
free_hook_realloc.cc 28 // Verify that free hook was called and didn't spoil the memory.
  /external/llvm/test/Analysis/CFLAliasAnalysis/
asm-global-bugfix.ll 2 ; whether two values that didn't belong to a function (i.e. two globals, etc)
  /external/llvm/test/CodeGen/X86/
frame-base.ll 4 ; FrameIndex lea. The %rip sanity-checks didn't consider that a base register
  /external/mesa3d/docs/
relnotes-6.4.html 47 <li>glxgears_fbconfig demo didn't work (bug 4237)
56 <li>glGetTexLevelParameter didn't accept GL_TEXTURE_DEPTH_SIZE_ARB
60 <li>glReadPixels from a texture bound to a framebuffer object didn't work
66 <li>fragment programs that wrote result.depth.z didn't work
news.html 437 - some functions didn't support PBO functionality
438 - glGetTexImage didn't convert color index images to RGBA as required
447 - GL_COLOR_MATERIAL with glColor3 didn't properly set diffuse alpha
454 - glPopAttrib() didn't properly restore GL_TEXTURE_GEN enable state
483 - glReadPixels from a clipped front color buffer didn't always work
484 - glTexImage didn't accept GL_RED/GREEN/BLUE as the format
525 - spriteblast demo didn't handle window size changes correctly
526 - glTexSubImage didn't handle pixels=NULL correctly for PBOs
564 - glArrayElement in display lists didn't handle generic vertex attribs
565 - glFogCoord didn't always work properl
    [all...]
relnotes-6.5.1.html 74 <li>glDrawPixels GL_INDEX_OFFSET didn't always work
76 <li>rectangular depth textures didn't work
77 <li>invalid mode to glBegin didn't generate an error (bug 7142)
78 <li>'normalized' parameter to glVertexAttribPointerARB didn't work
89 <li>accum buffer didn't work with OSMesa interface
  /external/nanopb-c/tests/missing_fields/
missing_fields.c 46 printf("Decode didn't detect missing field.\n");
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format10x/
Format10x.smali 29 #if we get here, the return-void didn't work
  /external/strace/xlat/
timerfdflags.h 25 /* The Linux userspace headers didn't export these for a long time. */
  /external/testng/src/test/java/test/sample/
Basic2.java 31 assert m_basic2WasRun : "Class annotated with @Test didn't have its methods run.";
  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.h 27 // If RepeaterSource is currently dormant, because SurfaceFlinger didn't
  /frameworks/base/libs/hwui/tests/unit/
DeviceInfoTests.cpp 29 EXPECT_EQ(2048, di->maxTextureSize()) << "Max texture size didn't match";
  /frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
SettingsProviderPerformanceTest.java 51 assertEquals("Setting value didn't change", FAKE_SETTING_VALUE, firstValue);
60 assertEquals("Setting value didn't change", FAKE_SETTING_VALUE_1, secondValue);
94 assertEquals("Setting value didn't change", FAKE_SETTING_VALUE, firstValue);
103 assertEquals("Setting value didn't change", FAKE_SETTING_VALUE_1, secondValue);
  /packages/apps/EmergencyInfo/src/com/android/emergency/
ReloadablePreferenceInterface.java 28 * didn't set it.
  /prebuilts/go/darwin-x86/test/
const3.go 28 println("type info didn't propagate in const: got", s)
  /prebuilts/go/linux-x86/test/
const3.go 28 println("type info didn't propagate in const: got", s)
  /cts/tests/netlegacy22.permission/src/android/net/cts/legacy/api22/permission/
NoNetworkStatePermissionTest.java 50 fail("ConnectivityManager.startUsingNetworkFeature didn't throw SecurityException as"
66 fail("ConnectivityManager.requestRouteToHost didn't throw SecurityException as"
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/ExceptionTest/
ExceptionTest.smali 25 #no need to test anything. If it didn't catch the exception, the test would fail
78 #no need to test anything. If it didn't catch the exception, the test would fail
  /external/vulkan-validation-layers/include/vulkan/
vk_sdk_platform.h 41 // Microsoft didn't implement C99 in Visual Studio; but started adding it with
42 // VS2013. However, VS2013 still didn't have snprintf(). The following is a
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
SuggestedWordsTests.java 114 result = transformWordInfo("didn't", 0);
115 assertEquals(result.mWord, "didn't");
116 result = transformWordInfo("didn't", 1);
117 assertEquals(result.mWord, "didn't");
118 result = transformWordInfo("didn't", 3);
119 assertEquals(result.mWord, "didn't''");
  /frameworks/base/core/tests/coretests/src/android/app/backup/
FullBackupTest.java 70 assertEquals("Didn't find expected file domain include.", 1, fileDomainIncludes.size());
103 assertEquals("Didn't find expected file domain include.", 1, fileDomainIncludes.size());
132 assertEquals("Didn't find expected file domain include.", 1, fileDomainIncludes.size());
139 assertEquals("Didn't find expected database domain include.",
162 assertEquals("Didn't find expected sharedpref domain include.",
259 assertEquals("Didn't throw away invalid \"..\" path.", 0, includeMap.size());
262 assertNull("Didn't throw away invalid \"..\" path.", fileDomainIncludes);
273 assertEquals("Didn't throw away invalid \"..\" path.", 0, includeMap.size());
276 assertNull("Didn't throw away invalid \"..\" path.", fileDomainIncludes);
288 assertEquals("Didn't throw away invalid path containing \"//\".", 0, excludesSet.size())
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerShellCommand.java 113 pw.println("Error: didn't specify type of data to get");
128 pw.println("Error: didn't specify type of data to set");
145 pw.println("Error: didn't specify type of data to list");
164 pw.println("Error: didn't specify type of data to add");
181 pw.println("Error: didn't specify type of data to remove");
300 pw.println("Error: didn't specify ID");
305 pw.println("Error: didn't specify BOOLEAN");
386 pw.println("Error: didn't specify BOOLEAN");
396 pw.println("Error: didn't specify UID");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
P2pBroadcastReceiverTest.java 89 Log.e(TAG, "Appropriate WIFI_P2P_PEERS_CHANGED_ACTION didn't occur");
110 Log.e(TAG, "Appropriate WIFI_P2P_CONNECTION_CHANGED_ACTION didn't occur");
137 Log.e(TAG, "Appropriate WIFI_P2P_PEERS_CHANGED_ACTION didn't occur");
170 Log.e(TAG, "Appropriate WIFI_P2P_PEERS_CHANGED_ACTION didn't occur");
191 Log.e(TAG, "WIFI_P2P_CONNECTION_CHANGED_ACTION didn't occur");
  /external/llvm/test/Bindings/OCaml/
executionengine.ml 81 if 23l <> varh then bomb "get_global_value_address didn't work";
86 if 4l <> cplus 2l 2l then bomb "plus didn't work";
91 if 42l <> cgetglobal () then bomb "getglobal didn't work"; *)
  /packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
CarPropertyConfigTest.java 43 // We didn't assign any restrictions to WINDOW_DRIVER area.
64 // We didn't assign any restrictions to WINDOW_DRIVER area.
88 // We didn't assign any restrictions to WINDOW_DRIVER area.

Completed in 1841 milliseconds

1 2 34 5 6 7 8 91011>>