| /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/ |
| tcp.h | 11 *** source file (e.g. under external/kernel-headers/original/) then 26 __be16 source; member in struct:tcphdr
|
| /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/ |
| tcp.h | 11 *** source file (e.g. under external/kernel-headers/original/) then 26 __be16 source; member in struct:tcphdr
|
| /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/ |
| tcp.h | 11 *** source file (e.g. under external/kernel-headers/original/) then 26 __be16 source; member in struct:tcphdr
|
| /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/ |
| SpvBuilder.h | 7 //Redistribution and use in source and binary forms, with or without 11 // Redistributions of source code must retain the above copyright 70 source = lang; 220 // Create a return. An 'implicit' return is one not appearing in the source 269 // Take an rvalue (source) and a set of channels to extract from it to 271 Id createRvalueSwizzle(Decoration precision, Id typeId, Id source, std::vector<unsigned>& channels); 273 // Take a copy of an lvalue (target) and a source of components, and set the 274 // source components into the lvalue where the 'channels' say to put them. 277 Id createLvalueSwizzle(Id typeId, Id target, Id source, std::vector<unsigned>& channels); 552 SourceLanguage source; member in class:spv::Builder [all...] |
| /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
| localintermediate.h | 5 //Redistribution and use in source and binary forms, with or without 9 // Redistributions of source code must retain the above copyright 128 source(EShSourceNone), language(l), profile(p), version(v), treeRoot(0), 149 void setSource(EShSource s) { source = s; } 150 EShSource getSource() const { return source; } 351 EShSource source; // source language, known a bit later member in class:glslang::TIntermediate
|
| /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/ |
| SpvBuilder.h | 7 //Redistribution and use in source and binary forms, with or without 11 // Redistributions of source code must retain the above copyright 70 source = lang; 220 // Create a return. An 'implicit' return is one not appearing in the source 269 // Take an rvalue (source) and a set of channels to extract from it to 271 Id createRvalueSwizzle(Decoration precision, Id typeId, Id source, std::vector<unsigned>& channels); 273 // Take a copy of an lvalue (target) and a source of components, and set the 274 // source components into the lvalue where the 'channels' say to put them. 277 Id createLvalueSwizzle(Id typeId, Id target, Id source, std::vector<unsigned>& channels); 552 SourceLanguage source; member in class:spv::Builder [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
| ProjectHelper.java | 2 * Copyright (C) 2007 The Android Open Source Project 121 * Adds the corresponding source folder to the project's class path entries. 140 * @param newEntry The parent source folder to remove. 421 // If needed, check and fix compiler compliance and source compatibility 433 * <li><code>COMPILER_COMPLIANCE_SOURCE</code> for unsupported source compatibility</li> 447 // otherwise we check source compatibility 448 String source = javaProject.getOption(JavaCore.COMPILER_SOURCE, true); local 451 if (!checkCompliance(javaProject, source)) { 453 return Pair.of(COMPILER_COMPLIANCE_SOURCE, source); 475 * <li><code>COMPILER_COMPLIANCE_SOURCE</code> for unsupported source compatibility</li [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
| BuildFileCreator.java | 2 * Copyright (C) 2013 The Android Open Source Project 401 // otherwise we check source compatibility 402 String source = javaProject.getOption(JavaCore.COMPILER_SOURCE, true); local 403 if (JavaCore.VERSION_1_7.equals(source)) { 417 * Outputs a sourceSets block to the Android task that locates all of the various source 456 mBuildFile.append(" // conflict with src/ being used by the main source set.\n"); //$NON-NLS-1$ 480 * Outputs a sourceSets block for non-Android projects to locate the source directories.
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
| ApplicationInfoPage.java | 2 * Copyright (C) 2011 The Android Open Source Project 303 Object source = e.getSource(); local 304 if (source == mSdkCombo) { 327 } else if (source == mApplicationText) { 341 } else if (source == mPackageText) { 354 } else if (source == mActivityText) { 357 } else if (source == mTestApplicationText) { 360 } else if (source == mTestPackageText) { 363 } else if (source == mTestProjectNameText) { 377 Object source = e.getSource() local [all...] |
| ImportPage.java | 2 * Copyright (C) 2012 The Android Open Source Project 347 Object source = e.getSource(); local 348 if (source == mBrowseButton) { 360 } else if (source == mSelectAllButton) { 363 } else if (source == mDeselectAllButton) { 366 } else if (source == mRefreshButton || source == mDir) { 368 } else if (source == mCopyCheckBox) {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
| AddTranslationDialog.java | 2 * Copyright (C) 2012 The Android Open Source Project 399 InputStream source = new ByteArrayInputStream(sb.toString().getBytes(Charsets.UTF_8)); local 400 file.create(source, true, new NullProgressMonitor()); 510 Object source = e.getSource(); local 511 if (source == mLanguageCombo) { 532 } else if (source == mRegionCombo) {
|
| /system/core/init/ |
| builtins.cpp | 2 * Copyright (C) 2008 The Android Open Source Project 287 const char *source, *target, *system; local 312 source = args[2].c_str(); 315 if (!strncmp(source, "loop@", 5)) { 320 fd = open(source + 5, mode | O_CLOEXEC); 358 wait_for_file(source, kCommandRetryTimeout); 359 if (mount(source, target, system, flags, options) < 0) {
|
| /system/update_engine/ |
| payload_state.cc | 2 // Copyright (C) 2012 The Android Open Source Project 88 DownloadSource source = static_cast<DownloadSource>(i); local 89 LoadCurrentBytesDownloaded(source); 90 LoadTotalBytesDownloaded(source); 136 // Update the current download source which depends on the latest value of 143 // Update the current download source which depends on whether we are 533 LOG(INFO) << "Current download source: " 678 DownloadSource source = static_cast<DownloadSource>(i); local 681 // Only consider this download source (and send byte counts) as 687 bytes = GetCurrentBytesDownloaded(source); 779 DownloadSource source = static_cast<DownloadSource>(i); local [all...] |
| /tools/apksig/src/main/java/com/android/apksig/internal/apk/ |
| AndroidBinXmlParser.java | 2 * Copyright (C) 2016 The Android Open Source Project 751 * {@link ByteBuffer#slice()}, the returned buffer's byte order is the same as the source 754 private static ByteBuffer sliceFromTo(ByteBuffer source, long start, long end) { 761 int capacity = source.capacity(); 762 if (end > source.capacity()) { 765 return sliceFromTo(source, (int) start, (int) end); 771 * {@link ByteBuffer#slice()}, the returned buffer's byte order is the same as the source 774 private static ByteBuffer sliceFromTo(ByteBuffer source, int start, int end) { 781 int capacity = source.capacity(); 782 if (end > source.capacity()) [all...] |
| /tools/loganalysis/tests/src/com/android/loganalysis/util/config/ |
| OptionSetterTest.java | 2 * Copyright (C) 2010 The Android Open Source Project 34 /** Option source with generic type. */ 40 /** Option source with unparameterized type. */ 50 /** Option source with unparameterized type. */ 56 /** Option source with options with same name. */ 65 /** Option source with an option with same name as AllTypesOptionSource. */ 87 * Option source with an option with same name as AllTypesOptionSource, but a different type. 94 /** option source with all supported types. */ 181 * Option source with invalid option name. 212 * Test creating an {@link OptionSetter} for a source with invalid option type 367 ChildOptionSource source = new ChildOptionSource(); local [all...] |
| /tools/tradefederation/core/prod-tests/src/com/android/media/tests/ |
| CameraPerformanceTest.java | 2 * Copyright (C) 2015 The Android Open Source Project 200 String source; // "android.hardware.camera2.cts.PerformanceTest#testSingleCapture:327" field in class:CameraPerformanceTest.CtsMetric 217 String source, 223 this.source = source; 253 public String getTestMethodNameInSource(String source) { 254 Matcher m = SOURCE_REGEX.matcher(source); 256 return source; 319 * (source)|(message)|(type)|(unit)|(value)... +++ ... 337 "^(?<source>[^|]+)\\|(?<message>[^|]+)\\|(?<type>[^|]+)\\|(?<unit>[^|]+)\\| 476 String source = parser.getAttributeValue(null, SOURCE_ATTR); local [all...] |
| /tools/tradefederation/core/tests/src/com/android/tradefed/config/ |
| ArgsOptionParserTest.java | 2 * Copyright (C) 2010 The Android Open Source Project 39 * An option source with one {@link Option} specified. 52 * An option source with one {@link Option} specified. 64 * An option source with one {@link Option} specified. 76 * An option source with boolean {@link Option} specified. 91 * An option source with boolean {@link Option} specified with default = true. 102 * An option source that has a superclass with options 114 * An option source for testing the {@link Option#importance()} settings 143 * Option source whose options shouldn't end up in the global namespace 152 * Option source with mandatory option 286 NonGlobalOptionSource source = new NonGlobalOptionSource(); local 300 NonGlobalOptionSource source = new NonGlobalOptionSource(); local 314 NonGlobalOptionSource source = new NonGlobalOptionSource(); local [all...] |
| /tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
| FileUtilFuncTest.java | 2 * Copyright (C) 2010 The Android Open Source Project 189 // create source tree 210 // create source tree 333 final String source = "testtesttesttesttest"; local 337 FileUtil.writeToFile(source, tmpFile);
|
| /cts/tests/tests/graphics/src/android/graphics/cts/ |
| BitmapFactoryTest.java | 2 * Copyright (C) 2008 The Android Open Source Project 740 Bitmap source = Bitmap.createBitmap(100, 100, Config.ARGB_8888); local 741 source.eraseColor(Color.RED); 743 Bitmap result = sendOverPipe(source, CompressFormat.PNG); 744 assertTrue(source.sameAs(result)); 750 private Bitmap sendOverPipe(Bitmap source, CompressFormat format) 764 source.compress(format, 100, output); [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
| LayoutCanvas.java | 2 * Copyright (C) 2009 The Android Open Source Project 162 /** Drag source associated with this canvas. */ 1292 DragSource source = new DragSource(control, DND.DROP_COPY | DND.DROP_MOVE); local [all...] |
| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
| org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar | |
| /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
| org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar | |
| /prebuilts/tools/common/m2/repository/com/cedarsoftware/java-util/1.24.0/ |
| java-util-1.24.0.jar | |
| /external/testng/lib-supplied/ |
| guice-2.0.jar | |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar | |