Searched refs:is (Results 1 - 23 of 23) sorted by relevance

/system/extras/tests/fstest/
H A Dmounts-test.sh8 echo FAILURE: /sdcard is not mounted
17 echo FAILURE: /sdcard is not mounted $i
27 echo FAILURE: $i is present on system
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/fatblock/
H A Dfs.c11 * distributed under the License is distributed on an "AS IS" BASIS,
130 WARN("allocating extent: filesystem is full!\n");
166 struct fat_info_sector *is; local
208 is = &fs->info;
210 memcpy(is->info_sig1, FAT_INFO_SIG1, sizeof(is->info_sig1));
211 memcpy(is->info_sig2, FAT_INFO_SIG2, sizeof(is->info_sig2));
212 is->free_clusters = htole32(-1);
213 is
[all...]
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/core/sh/
H A Dsyntax.c9 #error initialisation assumes 'CWORD' is zero
/system/core/rootdir/
H A DAndroid.mk22 # the /system/etc/init.goldfish.sh is needed to enable emulator support
57 # init.usb.rc is handled by build/target/product/core.rc
59 # Just like /system/etc/init.goldfish.sh, the /init.godlfish.rc is here
/system/core/libmincrypt/tools/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/latencytop/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/libpagemap/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/librank/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/libublock/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/procmem/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/tests/bionic/libc/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
87 # _XOPEN_SOURCE=600 is needed to get pthread_mutexattr_settype() on GLibc
94 # The 'test_static_executable_destructor is the same than
96 # is statically linked instead.
117 # -Wl,-u,foo is used to ensure that symbol "foo" is not
168 # The relocations test is a bit special, since we need
231 # Testing 'clone' is only possible on Linux systems
259 # This is ideal to quantify pthread optimizations.
/system/extras/timeinfo/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/procrank/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/tests/cpueater/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/tests/sdcard/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/security/keystore-engine/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/security/softkeymaster/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/tests/bionic/libstdc++/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
75 # <cstdint> is not part of the C++ standard yet, and some
/system/core/fastboot/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/core/libcorkscrew/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/core/libpixelflinger/tinyutils/
H A DVectorImpl.cpp65 // We can't call _do_destroy() here because the vtable is already gone.
500 const size_t is = itemSize();
503 ssize_t err = add( reinterpret_cast<const char*>(buffer) + i*is );

Completed in 236 milliseconds