Searched
refs:have (Results
301 -
325 of
2688) sorted by null
<<11121314151617181920>>
/prebuilts/go/darwin-x86/src/encoding/binary/ |
binary_test.go | 102 func checkResult(t *testing.T, dir string, order ByteOrder, err error, have, want interface{}) { 107 if !reflect.DeepEqual(have, want) { 108 t.Errorf("%v %v:\n\thave %+v\n\twant %+v", dir, order, have, want) 194 t.Errorf("WriteT: have err == nil, want non-nil") 204 t.Errorf("WriteT.%v: have err == nil, want non-nil", tv.Field(i).Type()) 206 t.Errorf("WriteT: have err == %q, want it to mention %s", err, typ) 242 // zero values must have been written for blank fields
|
/prebuilts/go/linux-x86/src/encoding/binary/ |
binary_test.go | 102 func checkResult(t *testing.T, dir string, order ByteOrder, err error, have, want interface{}) { 107 if !reflect.DeepEqual(have, want) { 108 t.Errorf("%v %v:\n\thave %+v\n\twant %+v", dir, order, have, want) 194 t.Errorf("WriteT: have err == nil, want non-nil") 204 t.Errorf("WriteT.%v: have err == nil, want non-nil", tv.Field(i).Type()) 206 t.Errorf("WriteT: have err == %q, want it to mention %s", err, typ) 242 // zero values must have been written for blank fields
|
/external/clang/test/Misc/ |
warning-flags.c | 6 (1) It documents all existing warnings that currently have no associated -W flag, 12 (2) It prevents us adding new warnings to Clang that have no -W flag. All 13 new warnings should have -W flags.
|
/external/mesa3d/docs/ |
WL_bind_wayland_display.spec | 98 A wl_buffer can have several planes, typically in case of planar 100 compositor will have to create one or more EGLImages for the 107 EGL and the compositor should have another way to get the buffer
|
/build/target/board/generic_x86/ |
BoardConfig.mk | 6 # The generic product target doesn't have any hardware-specific pieces.
|
/build/target/board/generic_x86_64/ |
BoardConfig.mk | 6 # The generic product target doesn't have any hardware-specific pieces.
|
/development/ndk/samples/two-libs/jni/ |
Android.mk | 17 # generate two distinct shared libraries and have them both
|
/external/antlr/ |
Android.mk | 21 #Remove DOTTreeGenerator.java, so that we don't have the StringTemplate library as a dependency
|
/external/autotest/client/deps/fakegudev/src/ |
test-fakesyscalls.sh | 62 echo Fail: /tmp/foo6 should not have been created. foo6:
|
/external/clang/ |
shared_clang.mk | 46 # have prebuilts for windows.
|
/external/google-fonts/carrois-gothic-sc/ |
Android.mk | 15 # We have to use BUILD_PREBUILT instead of PRODUCT_COPY_FIES,
|
fonts.mk | 15 # We have to use PRODUCT_PACKAGES (together with BUILD_PREBUILT) instead of
|
/external/google-fonts/coming-soon/ |
Android.mk | 15 # We have to use BUILD_PREBUILT instead of PRODUCT_COPY_FIES,
|
fonts.mk | 15 # We have to use PRODUCT_PACKAGES (together with BUILD_PREBUILT) instead of
|
/external/google-fonts/cutive-mono/ |
Android.mk | 15 # We have to use BUILD_PREBUILT instead of PRODUCT_COPY_FIES,
|
fonts.mk | 15 # We have to use PRODUCT_PACKAGES (together with BUILD_PREBUILT) instead of
|
/external/google-fonts/dancing-script/ |
Android.mk | 15 # We have to use BUILD_PREBUILT instead of PRODUCT_COPY_FIES,
|
fonts.mk | 15 # We have to use PRODUCT_PACKAGES (together with BUILD_PREBUILT) instead of
|
/external/hyphenation-patterns/ |
patterns.mk | 15 # We have to use PRODUCT_PACKAGES (together with BUILD_HYPH) instead of
|
/external/icu/icu4c/source/data/misc/ |
miscfiles.mk | 10 # Then, you can have your local changes remain even if you upgrade or re-
|
/external/icu/icu4c/source/data/sprep/ |
sprepfiles.mk | 10 # Then, you can have your local changes remain even if you upgrade or
|
/external/llvm/ |
llvm-device-build.mk | 42 # No action. The device target should not have exception enabled since bionic
|
/external/v8/test/mjsunit/es6/debug-promises/ |
promise-all-caught.js | 11 // extension p2 have a catch handler.
|
promise-race-caught.js | 11 // extension p2 have a catch handler.
|
/external/v8/test/mjsunit/es6/ |
prototype-ordinary-objects.js | 60 // These still have special prototypes for legacy reason.
|
Completed in 875 milliseconds
<<11121314151617181920>>