/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
Insn.java | 225 * @return {@code non-null;} an appropriately-constructed instance 234 * @return {@code non-null;} an appropriately-constructed instance 245 * @return {@code non-null;} an appropriately-constructed instance 254 * @return {@code non-null;} an appropriately-constructed instance 295 * @return {@code non-null;} an appropriately-constructed instance
|
/dalvik/dexgen/src/com/android/dexgen/rop/type/ |
StdTypeList.java | 168 * @return {@code non-null;} an appropriately-constructed instance 181 * @return {@code non-null;} an appropriately-constructed instance 196 * @return {@code non-null;} an appropriately-constructed instance 213 * @return {@code non-null;} an appropriately-constructed instance 394 * @return {@code non-null;} an appropriately-constructed instance
|
/dalvik/dx/src/com/android/dx/dex/code/ |
DalvInsn.java | 53 * @return {@code non-null;} an appropriately-constructed instance 389 * @return {@code non-null;} an appropriately-constructed instance 415 * @return {@code non-null;} an appropriately-constructed instance 425 * @return {@code non-null;} an appropriately-constructed instance 435 * @return {@code non-null;} an appropriately-constructed instance
|
/dalvik/dx/src/com/android/dx/rop/code/ |
Insn.java | 224 * @return {@code non-null;} an appropriately-constructed instance 233 * @return {@code non-null;} an appropriately-constructed instance 244 * @return {@code non-null;} an appropriately-constructed instance 253 * @return {@code non-null;} an appropriately-constructed instance 294 * @return {@code non-null;} an appropriately-constructed instance
|
/dalvik/dx/src/com/android/dx/rop/type/ |
StdTypeList.java | 168 * @return {@code non-null;} an appropriately-constructed instance 181 * @return {@code non-null;} an appropriately-constructed instance 196 * @return {@code non-null;} an appropriately-constructed instance 213 * @return {@code non-null;} an appropriately-constructed instance 397 * @return {@code non-null;} an appropriately-constructed instance
|
/external/skia/include/core/ |
SkMatrix.h | 97 @return SkMatrix constructed from parameters 654 /** Sets SkMatrix to SkMatrix multiplied by SkMatrix constructed from translation (dx, dy). 674 /** Sets SkMatrix to SkMatrix multiplied by SkMatrix constructed from scaling by (sx, sy) 702 /** Sets SkMatrix to SkMatrix multiplied by SkMatrix constructed from scaling by (sx, sy) 723 /** Sets SkMatrix to SkMatrix multiplied by SkMatrix constructed from rotating by degrees 754 /** Sets SkMatrix to SkMatrix multiplied by SkMatrix constructed from rotating by degrees 781 /** Sets SkMatrix to SkMatrix multiplied by SkMatrix constructed from skewing by (kx, ky) 809 /** Sets SkMatrix to SkMatrix multiplied by SkMatrix constructed from skewing by (kx, ky) 849 /** Sets SkMatrix to SkMatrix constructed from translation (dx, dy) multiplied by SkMatrix. 869 /** Sets SkMatrix to SkMatrix constructed from scaling by (sx, sy) about pivot poin [all...] |
/external/skqp/include/core/ |
SkMatrix.h | 97 @return SkMatrix constructed from parameters 654 /** Sets SkMatrix to SkMatrix multiplied by SkMatrix constructed from translation (dx, dy). 674 /** Sets SkMatrix to SkMatrix multiplied by SkMatrix constructed from scaling by (sx, sy) 702 /** Sets SkMatrix to SkMatrix multiplied by SkMatrix constructed from scaling by (sx, sy) 723 /** Sets SkMatrix to SkMatrix multiplied by SkMatrix constructed from rotating by degrees 754 /** Sets SkMatrix to SkMatrix multiplied by SkMatrix constructed from rotating by degrees 781 /** Sets SkMatrix to SkMatrix multiplied by SkMatrix constructed from skewing by (kx, ky) 809 /** Sets SkMatrix to SkMatrix multiplied by SkMatrix constructed from skewing by (kx, ky) 849 /** Sets SkMatrix to SkMatrix constructed from translation (dx, dy) multiplied by SkMatrix. 869 /** Sets SkMatrix to SkMatrix constructed from scaling by (sx, sy) about pivot poin [all...] |
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/ |
BaseConstructor.java | 99 * @return constructed instance 114 * @return constructed instance 166 * node is already constructed. 169 * Node to be constructed 197 * Node to be constructed
|
/external/skqp/docs/ |
SkIRect_Reference.bmh | 76 Returns constructed IRect set to (0, 0, 0, 0). 110 Returns constructed IRect set to (0, 0, w, h). Does not validate input; w or h 113 #Param w width of constructed IRect ## 114 #Param h height of constructed IRect ## 140 Returns constructed IRect set to (0, 0, size.width(), size.height()). 169 Returns constructed IRect set to (l, t, r, b). Does not sort input; IRect may 202 Returns constructed IRect set to: [all...] |
/external/skqp/site/user/api/ |
SkIRect_Reference.md | 137 Returns constructed <a href="#IRect">IRect</a> set to (0, 0, 0, 0). 174 Returns constructed <a href="#IRect">IRect</a> set to (0, 0, <a href="#SkIRect_MakeWH_w">w</a>, <a href="#SkIRect_MakeWH_h">h</a>). Does not validate input; <a href="#SkIRect_MakeWH_w">w</a> or <a href="#SkIRect_MakeWH_h">h</a> 180 width of constructed <a href="#IRect">IRect</a></td> 182 height of constructed <a href="#IRect">IRect</a></td> 215 Returns constructed <a href="#IRect">IRect</a> set to (0, 0, size.<a href="#SkIRect_width">width</a>, size.<a href="#SkIRect_height">height</a>). 255 Returns constructed <a href="#IRect">IRect</a> set to (<a href="#SkIRect_MakeLTRB_l">l</a>, <a href="#SkIRect_MakeLTRB_t">t</a>, <a href="#SkIRect_MakeLTRB_r">r</a>, <a href="#SkIRect_MakeLTRB_b">b</a>). Does not sort input; <a href="#IRect">IRect</a> may 301 Returns constructed <a href="#IRect">IRect</a> set to: [all...] |
/external/skia/docs/ |
SkIRect_Reference.bmh | 65 Returns constructed IRect set to (0, 0, 0, 0). 99 Returns constructed IRect set to (0, 0, w, h). Does not validate input; w or h 102 #Param w width of constructed IRect ## 103 #Param h height of constructed IRect ## 129 Returns constructed IRect set to (0, 0, size.width(), size.height()). 158 Returns constructed IRect set to (l, t, r, b). Does not sort input; IRect may 191 Returns constructed IRect set to: 1142 Constructs IRect (l, t, r, b) and returns true if constructed IRect does not 1148 #Param l x minimum of constructed IRect ## 1149 #Param t y minimum of constructed IRect # [all...] |
/external/skia/site/user/api/ |
SkIRect_Reference.md | 135 Returns constructed <a href="#IRect">IRect</a> set to (0, 0, 0, 0). 172 Returns constructed <a href="#IRect">IRect</a> set to (0, 0, <a href="#SkIRect_MakeWH_w">w</a>, <a href="#SkIRect_MakeWH_h">h</a>). Does not validate input; <a href="#SkIRect_MakeWH_w">w</a> or <a href="#SkIRect_MakeWH_h">h</a> 178 width of constructed <a href="#IRect">IRect</a></td> 180 height of constructed <a href="#IRect">IRect</a></td> 213 Returns constructed <a href="#IRect">IRect</a> set to (0, 0, size.<a href="#SkIRect_width">width</a>, size.<a href="#SkIRect_height">height</a>). 253 Returns constructed <a href="#IRect">IRect</a> set to (<a href="#SkIRect_MakeLTRB_l">l</a>, <a href="#SkIRect_MakeLTRB_t">t</a>, <a href="#SkIRect_MakeLTRB_r">r</a>, <a href="#SkIRect_MakeLTRB_b">b</a>). Does not sort input; <a href="#IRect">IRect</a> may 299 Returns constructed <a href="#IRect">IRect</a> set to: [all...] |
/external/llvm/unittests/ADT/ |
DenseMapTest.cpp | 36 static std::set<CtorTester *> Constructed; 41 EXPECT_TRUE(Constructed.insert(this).second); 44 EXPECT_TRUE(Constructed.insert(this).second); 47 EXPECT_TRUE(Constructed.insert(this).second); 51 EXPECT_EQ(1u, Constructed.erase(this)); 59 std::set<CtorTester *> CtorTester::Constructed; 224 // Test copying from a default-constructed map.
|
SmallVectorTest.cpp | 37 bool constructed; member in class:__anon28291::Constructable 41 Constructable() : constructed(true), value(0) { 45 Constructable(int val) : constructed(true), value(val) { 49 Constructable(const Constructable & src) : constructed(true) { 55 Constructable(Constructable && src) : constructed(true) { 62 EXPECT_TRUE(constructed); 64 constructed = false; 68 EXPECT_TRUE(constructed); 76 EXPECT_TRUE(constructed);
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/parser/ |
ExtrasProvisioningDataParserTest.java | 197 // THEN ProvisionParams is constructed as expected. 270 // THEN ProvisionParams is constructed as expected. 324 // THEN ProvisionParams is constructed as expected. 365 // THEN ProvisionParams is constructed as expected. 395 // THEN ProvisionParams is constructed as expected. 436 // THEN ProvisionParams is constructed as expected. 477 // THEN ProvisionParams is constructed as expected. [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
gregocal.h | 168 * Returns U_ZERO_ERROR if constructed successfully. 180 * Returns U_ZERO_ERROR if constructed successfully. 191 * Returns U_ZERO_ERROR if constructed successfully. 202 * Returns U_ZERO_ERROR if constructed successfully. 215 * Returns U_ZERO_ERROR if constructed successfully. 227 * Returns U_ZERO_ERROR if constructed successfully. 241 * Returns U_ZERO_ERROR if constructed successfully. 257 * Returns U_ZERO_ERROR if constructed successfully. 274 * Returns U_ZERO_ERROR if constructed successfully.
|
/external/annotation-tools/asmx/src/org/objectweb/asm/ |
Item.java | 129 * index of the item to be constructed. 138 * @param index index of the item to be constructed. 139 * @param i the item that must be copied into the item to be constructed.
|
/external/clang/include/clang/ASTMatchers/Dynamic/ |
Parser.h | 80 /// \return The matcher objects constructed by the processor, or a null 116 /// The matcher constructed from the return of \c lookupMatcherCtor() 157 /// \return The matcher object constructed by the processor, or an empty
|
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
RunQueue.h | 53 // If queue is full returns w, otherwise returns default-constructed Work. 68 // If the queue was empty returns default-constructed Work. 84 // If queue is full returns w, otherwise returns default-constructed Work.
|
/external/libchrome/base/memory/ |
singleton.h | 94 // tracing, where the singleton instance is of a type carefully constructed to 236 // This class is safe to be constructed and copy-constructed since it has no
|
/external/libmojo/mojo/public/cpp/bindings/ |
binding.h | 128 // Completes a binding that was constructed with only an interface 137 // Completes a binding that was constructed with only an interface 152 // Completes a binding that was constructed with only an interface
|
/external/llvm/docs/ |
InAlloca.rst | 12 instances that are passed by value are constructed directly into 32 that passes two default-constructed ``Foo`` objects to ``g`` in the 79 constructed argument ``b`` before restoring the stack pointer. If the
|
/external/vixl/src/ |
code-generation-scopes-vixl.h | 66 // it has been constructed. 152 // constructed. 250 // constructed.
|
/frameworks/av/media/img_utils/include/img_utils/ |
TiffWriter.h | 75 * stay alive for the lifespan of the constructed TiffWriter object. 132 * was constructed with. The count and type are validated. 148 * defined in one of the definition vectors this TIFF writer was constructed
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
WifiNetworkSelectorTestUtil.java | 83 * @return the constructed ScanDetail list and WifiConfiguration array 119 * @return the constructed list of ScanDetail 141 * @return the constructed array of {@link android.net.wifi.WifiConfiguration}
|