HomeSort by relevance Sort by last modified time
    Searched refs:static (Results 151 - 175 of 814) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/src/path/
example_test.go 68 fmt.Println(path.Split("static/myfile.css"))
69 // Output: static/ myfile.css
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
callback.go 14 static void *thr(void *arg) {
19 static void foo() {
dropm.go 19 static void* thread(void* arg __attribute__ ((unused))) {
24 static void CheckM() {
  /test/vts/tools/build/tasks/list/
vts_test_bin_package_list.mk 36 bionic-unit-tests-static \
  /art/test/973-default-multidex/smali-multidex/
iface.smali 29 invoke-static {p0}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;)Ljava/lang/Object;
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Android.mk 17 $(call emugl-begin-static-library,libOpenglCodecCommon)
  /external/e2fsprogs/resize/
test-resize 6 RESIZE2FS=/tmp/resize2fs.static
  /external/linux-kselftest/tools/testing/selftests/x86/
Makefile 72 # needs to be static so that its interpreter doesn't destroy its initial
74 check_initial_reg_state_32: CFLAGS += -Wl,-ereal_start -static
75 check_initial_reg_state_64: CFLAGS += -Wl,-ereal_start -static
  /external/protobuf/csharp/src/AddressBook/
Addressbook.cs 14 public static partial class AddressbookReflection {
18 public static pbr::FileDescriptor Descriptor {
21 private static pbr::FileDescriptor descriptor;
23 static AddressbookReflection() {
51 private static readonly pb::MessageParser<Person> _parser = new pb::MessageParser<Person>(() => new Person());
52 public static pb::MessageParser<Person> Parser { get { return _parser; } }
54 public static pbr::MessageDescriptor Descriptor {
114 private static readonly pb::FieldCodec<global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber> _repeated_phones_codec
229 public static partial class Types {
238 private static readonly pb::MessageParser<PhoneNumber> _parser = new pb::MessageParser<PhoneNumber>(() => new Pho (…)
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/test/
checkconst.go 18 static void CheckConstFunc(CheckConstStruct *p, int e) {
issue3775.go 7 inline static void lockOSThreadC(void)
issue5337.go 13 static void *thread1(void *p) {
issue8148.go 16 static int get() {
  /prebuilts/go/darwin-x86/src/os/user/
getgrouplist_unix.go 14 static int mygetgrouplist(const char* user, gid_t group, gid_t* groups, int* ngroups) {
  /prebuilts/go/linux-x86/misc/cgo/test/
checkconst.go 18 static void CheckConstFunc(CheckConstStruct *p, int e) {
issue3775.go 7 inline static void lockOSThreadC(void)
issue5337.go 13 static void *thread1(void *p) {
issue8148.go 16 static int get() {
  /prebuilts/go/linux-x86/src/os/user/
getgrouplist_unix.go 14 static int mygetgrouplist(const char* user, gid_t group, gid_t* groups, int* ngroups) {
  /system/media/camera/docs/
CameraDeviceInfo.mako 23 private static HashSet<String> getAllCharacteristicsKeyNames() {
27 % if entry.kind == 'static' and entry.visibility in ("public", "java_public"):
CaptureResultTest.mako 23 private static List<CaptureResult.Key<?>> getAllCaptureResultKeys() {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
sh-vxworks.exp 45 {"VxWorks executable test 2 (static)"
48 {{readelf --segments vxworks2-static.sd}}
62 run_dump_test "vxworks1-static"
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Wrappers.cs 14 public static partial class WrappersReflection {
18 public static pbr::FileDescriptor Descriptor {
21 private static pbr::FileDescriptor descriptor;
23 static WrappersReflection() {
61 private static readonly pb::MessageParser<DoubleValue> _parser = new pb::MessageParser<DoubleValue>(() => new DoubleValue());
62 public static pb::MessageParser<DoubleValue> Parser { get { return _parser; } }
64 public static pbr::MessageDescriptor Descriptor {
172 private static readonly pb::MessageParser<FloatValue> _parser = new pb::MessageParser<FloatValue>(() => new FloatValue());
173 public static pb::MessageParser<FloatValue> Parser { get { return _parser; } }
175 public static pbr::MessageDescriptor Descriptor
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
MapUnittestProto3.cs 14 public static partial class MapUnittestProto3Reflection {
18 public static pbr::FileDescriptor Descriptor {
21 private static pbr::FileDescriptor descriptor;
23 static MapUnittestProto3Reflection() {
180 private static readonly pb::MessageParser<TestMap> _parser = new pb::MessageParser<TestMap>(() => new TestMap());
181 public static pb::MessageParser<TestMap> Parser { get { return _parser; } }
183 public static pbr::MessageDescriptor Descriptor {
223 private static readonly pbc::MapField<int, int>.Codec _map_mapInt32Int32_codec
232 private static readonly pbc::MapField<long, long>.Codec _map_mapInt64Int64_codec
241 private static readonly pbc::MapField<uint, uint>.Codec _map_mapUint32Uint32_code
    [all...]
  /external/curl/
curl-config.in 47 --static-libs static libcurl library linking information
157 --static-libs)
161 echo "curl was built with static libraries disabled" >&2

Completed in 2892 milliseconds

1 2 3 4 5 67 8 91011>>